-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[incubator-kie-issues-1131] test migration from V7 to code generation-4 #3545
[incubator-kie-issues-1131] test migration from V7 to code generation-4 #3545
Conversation
78f07cc
to
bfffc64
Compare
ProcessTestHelper.registerProcessEventListener(app, listener); | ||
CallActivitySubProcessProcess.newProcess(app); | ||
org.kie.kogito.process.Process<CallActivityMIModel> process = CallActivityMIProcess.newProcess(app); | ||
CallActivityMIModel model = process.createModel(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to register the subprocess
CallActivitySubProcess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
registered in line 561
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some changes required
e232ada
to
b5e3cc3
Compare
@Abhitocode plz rebase and fix conflicts |
b5e3cc3
to
6bc2abe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6bc2abe
to
0271bcd
Compare
In addition to previous changes associated with PRhttps://github.com//pull/3520
Migrated some BPMN processes which are being compiled using legacy v7 to code generation approach, using new branch incubator-kie-issues-1131-4
The tests can be identified by referring to Activitytest.java:
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java
Closes: apache/incubator-kie-issues#1131